home *** CD-ROM | disk | FTP | other *** search
/ Picture It! 2000 / Picture It! 2000 - Disc 1.iso / setup.ini < prev   
INI File  |  1999-07-31  |  2KB  |  65 lines

  1. ; Microsoft Picture It! 2000 MSI setup.exe information file.  There is a separate
  2. ; setup.ini file for Picture It! Express 2000. 
  3. ; If a file exists in the same directory as setup.exe named "setup.ini" or
  4. ; /settings <path to ini file> is passed on the command line, that file will
  5. ; be read and modify the default behavior of setup as shown below.
  6.  
  7. [MSI]
  8. ; If present, MSI gives the name of the MSI file to install.  This file must be
  9. ; in the same directory as setup.exe, and both must be in the root of the installation
  10. ; tree.
  11. ; If not present, setup.exe will look for exactly one file matching "*.msi"
  12. ; in its directory and if found, use that.
  13. ;
  14. MSI=picture.msi
  15.  
  16. ;[MST]
  17. ; If present, the MST section gives the full path to a transform to apply.  This is
  18. ; passed through to MSIEXEC.  Specify it in the form
  19. ; MST1=path to MST
  20. ; Remember to uncomment both the section name and the value names.
  21. ;
  22. ;MST1=\\server\share\some transform.mst
  23. ;MST1=D:\transforms\my transform.mst
  24.  
  25. ;[Options]
  26. ; If present, the [Options] section gives the values of properties to pass through to
  27. ; MSIEXEC.  Specify them in the format 
  28. ; PropName=PropValue
  29. ;
  30. ;USERNAME=Tester
  31.  
  32. ;[Display]
  33. ; If present, the [Display] section overrides default UI modes.
  34. ; Display has one of the following values:
  35. ;        quiet, none, basic, reduced, full
  36. ; CompletionNotice if present gives whether or not to display a setup completion notice
  37. ; for otherwise quiet setups. The completion notice will only appear if Setup does not
  38. ; need to reboot to complete the installation.
  39. ;
  40. ;Display=None
  41. ;CompletionNotice=Yes
  42.  
  43. [Logging]
  44. ; If present, the logging section provides default logging information.  There are
  45. ; three possible values, all are optional and have defaults as shown below
  46. ;
  47. ;    Value        Default            Description
  48. ;    Type        <none>            Logging mode to use, e.g. ea
  49. ;                        Use * to get all logging modes; + to append to the
  50. ;                        logfile if it exists.
  51. ;    Path        %TEMP%            Path to create logfiles in.  May contain environment variables.
  52. ;                        Final component may be non-existent and will be created.
  53. ;    Template    SetupLog(*).txt        File name for log file.  May contain environment variables.
  54. ;                        Should end in "(*).txt"; the * is replaced with a zero-padded
  55. ;                        4 digit number to make the file name unique.
  56. ;Type=*
  57. ;Path=%Temp%
  58. ;Template=PISetup(*).log
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.